Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates CreateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates CreateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates CreateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Attestation Tpm2 CaCertificates CreateSpec schema contains information that describes a TPM CA certificate.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "name": "string",
    "cert_chain": {
        "cert_chain": [
            "string"
        ]
    }
}
string
name
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

A unique name for the TPM CA certificate.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2.CaCertificate. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.tpm2.CaCertificate.

cert_chain
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The CA certificate chain.

Certificates may either be added one at a time, or as a chain. Adding the certificates as a chain allows the group to be managed as a whole. For example, an entire chain can be deleted in one DELETE /vcenter/trusted-infrastructure/trust-authority-clusters/{cluster}/attestation/tpm2/ca-certificates/{name} operation.

When certificates are added one at a time, the order must be root first, followed by any intermediates. The intermediates certificates must also be ordered in the direction from root to leaf.

Similarly, when added as a chain the list must be ordered in the direction from root to leaf.

This property was added in vSphere API 7.0.0.0.

If missing or null creation will fail.